const runtime.emptyRest

28 uses

	runtime (current package)
		map.go#L94: 	emptyRest      = 0 // this cell is empty, and there are no more non-empty cells at higher indexes or overflows.
		map.go#L436: 				if b.tophash[i] == emptyRest {
		map.go#L497: 				if b.tophash[i] == emptyRest {
		map.go#L541: 				if b.tophash[i] == emptyRest {
		map.go#L628: 				if b.tophash[i] == emptyRest {
		map.go#L736: 				if b.tophash[i] == emptyRest {
		map.go#L769: 				if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
		map.go#L773: 				if b.tophash[i+1] != emptyRest {
		map.go#L778: 				b.tophash[i] = emptyRest
		map.go#L1017: 					b.tophash[i] = emptyRest
		map_fast32.go#L132: 				if b.tophash[i] == emptyRest {
		map_fast32.go#L222: 				if b.tophash[i] == emptyRest {
		map_fast32.go#L320: 				if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
		map_fast32.go#L324: 				if b.tophash[i+1] != emptyRest {
		map_fast32.go#L329: 				b.tophash[i] = emptyRest
		map_fast64.go#L132: 				if b.tophash[i] == emptyRest {
		map_fast64.go#L222: 				if b.tophash[i] == emptyRest {
		map_fast64.go#L322: 				if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
		map_fast64.go#L326: 				if b.tophash[i+1] != emptyRest {
		map_fast64.go#L331: 				b.tophash[i] = emptyRest
		map_faststr.go#L33: 					if b.tophash[i] == emptyRest {
		map_faststr.go#L49: 				if b.tophash[i] == emptyRest {
		map_faststr.go#L128: 					if b.tophash[i] == emptyRest {
		map_faststr.go#L144: 				if b.tophash[i] == emptyRest {
		map_faststr.go#L244: 				if b.tophash[i] == emptyRest {
		map_faststr.go#L348: 				if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
		map_faststr.go#L352: 				if b.tophash[i+1] != emptyRest {
		map_faststr.go#L357: 				b.tophash[i] = emptyRest